ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Stochastic<T> Class / SmoothingPeriod Property






In This Topic
    SmoothingPeriod Property (Stochastic<T>)
    In This Topic
    Gets or sets the smoothing period for full %K.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property SmoothingPeriod As System.Double
    'Usage
     
    
    Dim instance As Stochastic(Of T)
    Dim value As System.Double
     
    instance.SmoothingPeriod = value
     
    value = instance.SmoothingPeriod
    [System.ComponentModel.DefaultValue(1)]
    public System.double SmoothingPeriod {get; set;}
    public read-write property SmoothingPeriod: System.Double; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set SmoothingPeriod : System.double
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.double get_SmoothingPeriod();
    public: __property void set_SmoothingPeriod( 
       System.double value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.double SmoothingPeriod {
       System.double get();
       void set (    System.double value);
    }
    See Also